Document Object Model Level 2 Traversal and Range modules provide properties and methods that allow scripts to dynamically traverse, identify and manipulate a range of content...
DOM Level 2 Traversal module has an important interface called NodeIterator. This object can be used to traverse filtered lists of nodes or elements using a flat l...